ServiceResolveNames Method (String, FolderId, ResolveNamesSearchScope) |
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ResolveNamesResponse ResolveNames(
string name,
FolderId parentFolderId,
ResolveNamesSearchScope searchScope
)
Public Function ResolveNames (
name As String,
parentFolderId As FolderId,
searchScope As ResolveNamesSearchScope
) As ResolveNamesResponse
Parameters
- name
- Type: SystemString
The name to resolve. - parentFolderId
- Type: Independentsoft.ExchangeFolderId
The ID of the contact folder in which to look for matching contacts. - searchScope
- Type: Independentsoft.ExchangeResolveNamesSearchScope
The scope of the search.
Return Value
Type:
ResolveNamesResponseA collection of name resolutions whose names match the one passed as a parameter.
See Also